ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Storage Namespace / PropertyBagKey<T1,T2> Class / PropertyBagKey<T1,T2> Constructor
The name.

In This Topic
    PropertyBagKey<T1,T2> Constructor
    In This Topic
    Initializes a new instance of the PropertyBagKey<T1,T2> class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As System.String _
    )
    public PropertyBagKey<T1,T2>( 
       System.string name
    )

    Parameters

    name
    The name.
    See Also